.showViewComputer{
  text-align: center;
  color: #112FC1 !important;
  margin-top: 10px;
}
.aboutUs {
  padding: 4.0625rem 0;
}
.aboutUs .aboutUsTitle {
  text-align: center;
  color: #000000;
}
.aboutUs .aboutUsTitle .title {
  font-size: 1.875rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.aboutUs .aboutUsTitle .title::before,
.aboutUs .aboutUsTitle .title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 7.5rem;
  height: 2px;
  background-color: #A0A0A0;
}
.aboutUs .aboutUsTitle .title::before {
  left: 0;
  transform: translate(-120%, -50%);
}
.aboutUs .aboutUsTitle .title::after {
  transform: translate(120%, -50%);
  right: 0;
}
.aboutUs .aboutUsTitle .intro {
  text-transform: uppercase;
  font-weight: 400;
}
.aboutUs .newsList {
  color: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  text-transform: uppercase;
}
.aboutUs .newsList img {
  width: 0.75rem;
  vertical-align: middle;
  margin-left: 0.3125rem;
}
.aboutUs .newsList span {
  vertical-align: middle;
}
.aboutUs .newsList:hover {
  cursor: pointer;
}
.swiperMobile,
.videoBox {
  background-size: cover;
  width: 100%;
  height: 18.75rem;
  background-position: center;
  background-repeat: no-repeat;
}
.news {
  margin-top: 4rem;
}
.news .newsImages {
  width: 37.5rem;
}
.news .newsBox {
  flex: 1;
  margin-left: 5.4375rem;
}
.news .newsBox .newsItem {
  color: #000000;
  font-size: 1rem;
  flex: 1;
  font-weight: 600;
  border-bottom: 1px solid #E6E6E6;
  padding-top: 0.9375rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  position: relative;
}
.news .newsBox .newsItem::before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  background-color: #666666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
}
.news .newsBox .newsItem .newsItemTitle {
  color: #03B6D0;
}
.news .newsBox .newsItem .newsItemIcon {
  color: #03B6D0;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
}
.news .newsBox .newsItem .newsItemIntro {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news .newsBox .newsItem:hover .newsItemTitle,
.news .newsBox .newsItem:hover .newsItemIcon,
.news .newsBox .newsItem:hover .newsItemIntro {
  color: red;
}
.aboutUsContent {
  max-width: 57.5rem;
  width: 100%;
  justify-content: space-between;
  margin: 3.9375rem auto 0 auto;
  padding-bottom: 4.0625rem;
}
.aboutUsContent .content {
  display: block;
  color: black;
}
.aboutUsContent .content .contentImages {
  width: 26.25rem;
}
.aboutUsContent .content .contentIntro {
  color: #333333;
  font-weight: 400;
  font-size: 1.375rem;
  margin-top: 1.25rem;
}
.videoBox {
  background-image: url(../../img/h1.png);
  height: 37.5rem;
  position: relative;
}
.videoBox .dplayer {
  width: 44.625rem;
  height: 32.1875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.suspension {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 9999;
  padding-right: 12px;
}
.suspension .suspensionItem {
  background-color: white;
  text-align: center;
  padding: 0.6875rem 0.875rem;
  position: relative;
  border: 1px solid #EEEEEE;
}
.suspension .suspensionItem .suspensionTitle {
  margin-top: 0.4375rem;
  color: #898993;
  font-size: 0.75rem;
  font-weight: 500;
}
.suspension .suspensionItem .codeBox {
  position: absolute;
  right: 5.625rem;
  bottom: 0;
  padding: 1.25rem 1.25rem 0.75rem 1.25rem;
  background-color: white;
  border: 1px solid #EEEEEE;
  /* visibility: hidden; */
  display: none;
}
.suspension .suspensionItem .codeBox .codeSize {
  width: 9.125rem;
}
.suspension .suspensionItem .codeBox .codeTitle {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 4px;
}
.suspension .suspensionItem .codeBox .codeBeffter::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid white;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: 0;
  right: -1.775rem;
}
.suspension .suspensionItem .suspensionImages {
  width: 1.5625rem;
  height: 1.5625rem;
}
.suspension .suspensionItem .suspensionImages.active {
  display: none;
}
.suspension .suspensionItem:hover {
  cursor: pointer;
}
.suspension .suspensionItem:hover .codeBox {
  display: block;
  /* animation: showCode 0.5s;
  visibility: visible; */
}
.suspension .suspensionItem:hover .suspensionImages {
  display: none;
}
.suspension .suspensionItem:hover .suspensionImages.active {
  display: block;
  margin: 0 auto;
}
.suspension .suspensionItem:hover .suspensionTitle {
  color: #415DEB;
}
.suspension .suspensionItem.active {
  margin-top: 10px;
}
@keyframes showCode {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.computerShare {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}
.computerBox {
  border-radius: 2px;
  background-color: white;
  height: 56.6875rem;
  max-height: 100vh;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  color: #353535;
  padding: 1.475rem 5.2rem;
  overflow-y: scroll;
}
.computerBox .closeImages {
  position: absolute;
  right: 1.25rem;
  top: 1.475rem;
  width: 24px;
}
.computerBox .closeImages:hover {
  cursor: pointer;
}
.computerBox .computer {
  margin-top: 4.125rem;
}
.computerBox .computer .computerLeft .computerLeftTitle {
  position: relative;
  font-size: 1.375rem;
  padding-left: 0.625rem;
}
.computerBox .computer .computerLeft .computerLeftTitle::before {
  content: '';
  width: 4px;
  height: 65%;
  background-color: #142785;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.computerBox .computer .computerLeft .computerLeftTitle.active {
  margin-top: 1.875rem;
}
.computerBox .computer .computerLeft .form-inline {
  margin-top: 1.3125rem;
}
.computerBox .computer .computerLeft .form-inline .form-group {
  min-width: 10.625rem;
  justify-content: flex-end;
  font-size: 1.125rem;
}
.computerBox .computer .computerRight {
  width: 30.25rem;
  margin-left: 0.625rem;
  border-left: 1px solid #E5E5E5;
  padding-left: 1.875rem;
}
.computerBox .computer .computerRight .computerRightTitle {
  font-size: 1.125rem;
  font-weight: bold;
}
.computerBox .computerTitle {
  font-size: 1.875rem;
  font-weight: 400;
  text-align: center;
}
.computerBox .computerBtn {
  width: 13.6875rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  color: white;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: #112FC1;
  border-radius: 2px;
  box-sizing: border-box;
  margin-top: 3.125rem;
  outline: none;
  border: 0;
}
.computerBox .computerBtn:hover {
  cursor: pointer;
}
.computerBox .computerBtn.active {
  color: #333333;
  background-color: transparent;
  border: 1px solid #DCDCDC;
  margin-left: 1.125rem;
}
.tableBox {
  margin-top: 1.625rem;
  margin-right: 0.9375rem;
  flex: 1;
  border: 1px solid #E5E5E5;
}
.tableBox .tableItem {
  display: flex;
  flex-direction: row;
  font-size: 1.125rem;
}
.tableBox .border-bottom {
  border-bottom: 1px solid #E5E5E5;
}
.tableBox .tableInputWidth {
  width: 60px;
  min-width: 60px;
  text-align: center;
}
.tableBox .tableIcon {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tableBox .tableIcon .tableIconChoose {
  width: 21px;
  height: 21px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  position: relative;
}
.tableBox .tableIcon .tableIconChoose:hover {
  cursor: pointer;
}
.tableBox .tableIcon .tableIconChoose.active {
  background-color: #4D8AF5;
  border: 0;
}
.tableBox .tableIcon .tableIconChoose.active::before {
  content: '';
  width: 35%;
  height: 65%;
  border-top: 2px solid white;
  border-left: 2px solid white;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}
.tableBox .tableTitle {
  width: 12.5rem;
  padding: 0.5625rem 0;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
}
.tableBox .tableIntro {
  color: #333333;
  padding: 0.5625rem 0;
  flex: 1;
  text-align: right;
  padding-right: 10px;
}
.computerVisibale {
  visibility: hidden;
}
.computerVisibale.active {
  visibility: visible;
  animation: showComputer 0.3s;
}
.computerVisibale.outActive {
  visibility: hidden;
  animation: hiddenComputer 0.3s;
}
@keyframes showComputer {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes hiddenComputer {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .suspension {
    z-index: 99;
  }
  .aboutUsContent {
    margin: 1.25rem auto 0 auto;
    padding-bottom: 0;
  }
  .aboutUsContent .content.active {
    margin-top: 0.75rem;
  }
  .aboutUsContent .content .contentImages {
    width: 90%;
  }
  .aboutUsContent .content .contentIntro {
    margin-top: 0.75rem;
  }
  .news {
    margin-top: 1.25rem;
  }
  .news .newsImages, .news img {
    width: 100%;
  }
  .news .newsBox {
    margin-top: 0.625rem;
    margin-left: 0;
  }
  .news .newsBox .newsItem {
    padding-left: 2rem;
    padding-right: 1.25rem;
  }
  .news .newsBox .newsItem::before {
    left: 10px;
  }
  .aboutUs .newsList {
    right: 50%;
    top: 94%;
    transform: translateX(50%);
  }
  .videoBox {
    height: 23rem;
    position: relative;
  }
  .videoBox .dplayer {
    width: 100%;
    height: 23rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .computerBox {
    border-radius: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.625rem 1.875rem;
    transform: translate(0%, 0%);
  }
  .computerBox .computer {
    margin-top: 2rem;
  }
  .computerBox .closeImages {
    right: 0.75rem;
    top: 1.475rem;
    width: 18px;
  }
  .computerBox .computerBtn {
    width: 12.6875rem;
  }
  .tableBox {
    margin-top: 1.625rem;
    margin-right: 0;
  }
  .tableBox .tableItem .tableIcon {
    width: 40px;
  }
  .tableBox .tableItem .tableIcon .tableIconChoose {
    width: 16px;
    height: 16px;
  }
  .tableBox .tableTitle {
    width: 10.5rem;
  }
  .tableBox .tableInputWidth {
    width: 40px;
    min-width: 40px;
  }
}



.suspensionMoblie {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 99;
  padding-right: 12px;
}
.suspensionMoblie .suspensionItem {
  background-color: white;
  text-align: center;
  padding: 0.6875rem 0.875rem;
  position: relative;
  border: 1px solid #EEEEEE;
}
.suspensionMoblie .suspensionItem .suspensionTitle {
  margin-top: 0.4375rem;
  color: #898993;
  font-size: 0.75rem;
  font-weight: 500;
}
.suspensionMoblie .suspensionItem .codeBox {
  position: absolute;
  right: 5.625rem;
  bottom: 0;
  padding: 1.25rem 1.25rem 0.75rem 1.25rem;
  background-color: white;
  border: 1px solid #EEEEEE;
  display: none;
  z-index: 99;
}
.suspensionMoblie .suspensionItem .codeBoxShare {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.suspensionMoblie .suspensionItem .codeBox .codeSize {
  width: 9.125rem;
}
.suspensionMoblie .suspensionItem .codeBox .codeTitle {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 4px;
}
.suspensionMoblie .suspensionItem .codeBox .codeBeffter::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid white;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: 0;
  right: -1.775rem;
}
.suspensionMoblie .suspensionItem .suspensionImages {
  width: 1.5625rem;
  height: 1.5625rem;
}
.suspensionMoblie .suspensionItem .suspensionImages.active {
  display: none;
}
.suspensionMoblie .suspensionItem.active {
  margin-top: 10px;
}